

body {
	background-color: #f1f1f1;
	font-family: 'Montserrat', Verdana, Tahoma, Arial;
}

	.ebe-container{
		max-width: 1024px;
		height: 100%;
		
	}

	.ebe-logo {
		margin: 0 auto;
		min-height: 105px;
		text-align: center;
	}

	.ebe-full-header {
		background-color: #fff;
		max-width: 950px;
		width: 950px;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 25px;
	}

	.ebe-photo {
		padding-left: 0;
		padding-right: 0;
	}

	.ebe-photo img {
		width: 950px;
		height: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.ebe-squares {
		margin: 0 auto;
		text-align: center;
		height: 30px;
		float: left;
		max-width: 950px;
		padding-left: 0;
		padding-right: 0;
		display: block;
		
	}

	.ebe-squares-bL {background-color: #00a9e0;height: 25px; margin-top: 5px; width: 32.9%;margin-right: 5px;}
	.ebe-squares-bD {background-color: #004986;height: 25px; margin-top: 5px; width: 33%;margin-right: 5px;}
	.ebe-squares-bM {background-color: #188ccc;height: 25px; margin-top: 5px; width: 33%;margin-right: 0;}

	.ebe-squares:last-child {
		
		margin-right:0;
	}

	.ebe-intro-text {
		
		padding: 15px;
		padding-top: 0;
		width: 100%;
		display: inline-block;
	}

	.ebe-intro-text h1 {
		font-size: 36px;
		font-weight: bold;
		color: #004986;
		text-transform: uppercase;
		margin-bottom: 25px;

	}
	.ebe-intro-text p {
		font-size: 18px;
		padding-left: 5px;
		font-weight: normal;
		color: #000000;
		
	}

	.ebe-content-main {
		background-color: #fff;
		max-width: 950px;
		width: 950px;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 25px;
	
	}

	.ebe-block-container {
		
		background-color: #f1f1f1;
		width: 100%;

	}

	.ebe-block-container-full {
		margin-left: 20px;
		background-color: #ffffff;
		width: auto;
		padding-top: 10px;
		position: relative;
		padding-bottom: 40px;
		margin-bottom: 0;
		
		
		
		
	}

	.ebe-block-container-corner {
		position: absolute;
		left: -20px;
		width: 20px;		
	}

	.ebe-block-container-content {
		margin-top: 20px;
		width: auto;
		height:100%;
		background-color: #ffffff;
		padding-left: 25px;
		padding-right: 30px;
		color: #58595b;
		font-weight: 100;
	}
	.ebe-block-container-content ul {
		margin-bottom: 15px;
	}
	.ebe-block-container-content ul li {
		margin-bottom: 5px;
	}


	.ebe-block-container-content p {
		
			}
	.ebe-block-container-content img {
		
		float: right;
	}

	.ebe-block-container-title{
		max-height: 32px;
		height: 32px;
		width: fit-content;
		background-color: #004986;
		color: #fff;
		padding:5px 40px 5px 25px;
		padding-top: 5px;
		font-size: 18px;
	}

	.ebe-block-container-text {
		padding-left: 25px;
		padding-top: 30px;
	}

	.ebe-references-block{
		margin-left: 20px;
		padding: 10px 10px 20px 10px;
		font-size: 12px;
		display: block;

	}

	.ebe-references-block span {
		color: #000000;
		margin-left: 20px;
	}

	.ebe-references-block ol {
		margin-top: 10px;
	}

	.ebe-references-block a {
		color: #58595b;
		text-decoration: underline;
	}

	p.ebe-paragraph-legal {
		margin-left: -20px;
		margin-top: 20px;
		font-size: 10px;
		color: #58595b
	}

	.ebe-image-block  {
		float: right;
		padding: 15px;
		border:solid 1px #58595b;
		display:inline-block;
		height: 100%;
	}

@media (min-width: 0px) and (max-width: 480px){

	.ebe-logo  {
		
		text-align: center;
		margin: 0 auto;
	}

	.ebe-logo img {
		width: 475px;
		height: auto;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		margin: 0 auto;
	}
	
	
	.ebe-full-header {
		max-width: auto;
		background-color: #fff;
	}

	.ebe-squares {
		margin: 0 auto;
		width: 100%;
	}

	.ebe-squares-bL {background-color: #004986;height: 25px; margin-top: 5px; width: 33%;margin-right: 5px;}
	
	.ebe-squares-bD {background-color: #004986;height: 25px; margin-top: 5px; width: 32.6%;margin-right: 5px;}

	.ebe-squares-bM {background-color: #004986;height: 25px; margin-top: 5px; width: 33%;margin-right: 0;}

	.ebe-intro-text h1 {
		font-size: 48px;
		font-weight: bold;
		color: #004986;
		text-transform: uppercase;
		margin-bottom: 25px;
		
	}
	.ebe-intro-text p {
		font-size: 20px;
		padding-left: 5px;
		font-weight: normal;
		color: #000000;
	}

	.ebe-block-container-corner {
		display: none;
	}

	.ebe-block-container-content p, .ebe-block-container-content ul {
		font-size: 19px;
	}

	.ebe-block-container-title {
		font-size: 24px;
		max-height: 50px;
		height: auto;
	}

}